From 1f50f96c8991b30d15c991cb4fb98b1577c4db16 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Mon, 23 Nov 2015 18:54:49 -0500 Subject: [PATCH] restore dependencies.awesome normal table --- src/doc/manifest.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index e3accd2e7..52c00c59e 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -303,8 +303,11 @@ civet = { version = "*", optional = true } To use the package `awesome`: ```toml -[dependencies] -awesome = { version = "1.3.5", default-features = false, features = ["secure-password", "civet"] } +[dependencies.awesome] +version = "1.3.5" +default-features = false # do not include the default features, and optionally + # cherry-pick individual features +features = ["secure-password", "civet"] ``` ## Rules -- 2.30.2